Return to doc.sitecore.com

3.  The Filter Section
Prev Next

Filter expressions speed up the search in Active Director.

Setting: Description: Default: Example:
Get Group Matches the value of the Groupaccount field in the LDAP Fields section.  (cn=$group*) (cn=$group*)
Get Groups Expression which gets the Group from Active Directory (objectCategory=Group) (objectCategory=Group)
Get User Matches the Useracctount field in the LDAP Fields section. (samAccountName=$user) (samAccountName=$user)
Get Users Expression which gets the User from Active Directory (objectCategory=User)
(!(userAccountControl:
1.2.840.113556.1.4.803:=2))
(objectCategory=User)
(!(userAccountControl:
1.2.840.113556.1.4.803:=2))
Get Fullname Matches the Fullnamefield defined in the LDAP Fields Section.  (cn=$user) (cn=$user)

Prev Next